Menu

IIT Certification Programs

Workshops

Projects

Blogs

Careers

Student Reviews



More

Academic Training

Informative Articles

Find Jobs

We are Hiring!


All Courses

Choose a category

Loading...

All Courses

All Courses

logo

EMBEDDED SYSTEM Projects

Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear
LIVE BATCH 14 EMBEDDED SYSTEMS Program:/* * gearFSM.c * * Created on: Oct 9, 2022 * Author: Admin */ #include #include //declaring functions for each states void GearDown(); void CheckingBeforeTakeOFF(); void RisingGear(); void GearUp(); void CheckBeforeLanding(); void LoweringGear(); //creating an array of 6 states…
  • EMBEDDED SYSTEM

Project submitted by -

submitdetails

Vyshagh

Know more
LIVE BATCH 14 EMBEDDED SYSTEMS     CLOCKWISE ANTI-CLOCKWISE

Project submitted by -

submitdetails

Vyshagh

Know more
LIVE BATCH 14 EMBEDDED SYSTEMS [PREETHI]   1) Static code analysis Open LDRA tool and load the file Ggrocer.c through source-> single file. Select the Ggrocers.c file and click ok. Create a sequence and give a name for the sequence. Enable code coverage for the sequence and click ok. For static analysis go to source…

Project submitted by -

submitdetails

Vyshagh

Know more
LIVE BATCH 14 EMBEDDED SYSTEMS   Program: /* * linkdlst.c * * Created on: Oct 5, 2022 * Author: Admin */ #include #include //defining a node using structure struct node { int value; struct node *next; }; struct node *head_1 = NULL; struct node *head_2 = NULL; struct node *union12 = NULL; struct node *intersec12 = NULL;…

Project submitted by -

submitdetails

Vyshagh

Know more
LIVE BATCH 14 EMBEDDED SYSTEMS [PREETHI]   Test plan Test plan is a detailed documentation that provides information about all the necessary resources and activities that will be a part of SW testing. Test plans are necessary documentation used in both black box and white box testing. It contains various attributes…

Project submitted by -

submitdetails

Vyshagh

Know more